home *** CD-ROM | disk | FTP | other *** search
/ PC go! 2008 April / PCgo 2008-04 (DVD).iso / interface / contents / demoversionen_3846 / 13664 / files / Data1.cab / stdafx.h8 < prev    next >
Encoding:
Text File  |  2001-10-16  |  1.4 KB  |  35 lines

  1. /******************************************************************/
  2. /*                                                                */
  3. /*                      TurboCAD for Windows                      */
  4. /*                   Copyright (c) 1993 - 2001                    */
  5. /*             International Microcomputer Software, Inc.         */
  6. /*                            (IMSI)                              */
  7. /*                      All rights reserved.                      */
  8. /*                                                                */
  9. /******************************************************************/
  10.  
  11. // stdafx.h : include file for standard system include files,
  12. //  or project specific include files that are used frequently, but
  13. //      are changed infrequently
  14. //
  15.  
  16. #if !defined(AFX_STDAFX_H__BD1C168C_2F71_4F2E_8B23_1FDF53C1D433__INCLUDED_)
  17. #define AFX_STDAFX_H__BD1C168C_2F71_4F2E_8B23_1FDF53C1D433__INCLUDED_
  18.  
  19. #if _MSC_VER > 1000
  20. #pragma once
  21. #endif // _MSC_VER > 1000
  22.  
  23.  
  24. // Insert your headers here
  25. #define WIN32_LEAN_AND_MEAN        // Exclude rarely-used stuff from Windows headers
  26.  
  27. #include <windows.h>
  28.  
  29. // TODO: reference additional headers your program requires here
  30.  
  31. //{{AFX_INSERT_LOCATION}}
  32. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  33.  
  34. #endif // !defined(AFX_STDAFX_H__BD1C168C_2F71_4F2E_8B23_1FDF53C1D433__INCLUDED_)
  35.